Package org.opengis.metadata
Interface ApplicationSchemaInformation
-
@UML(identifier="MD_ApplicationSchemaInformation", specification=ISO_19115) public interface ApplicationSchemaInformation
Information about the application schema used to build the dataset.- Since:
- 2.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConstraintLanguage()Formal language used in Application Schema.java.net.URIgetGraphicsFile()Full application schema given as a graphics file.CitationgetName()Name of the application schema used.java.net.URIgetSchemaAscii()Full application schema given as an ASCII file.java.lang.StringgetSchemaLanguage()Identification of the schema language used.java.net.URIgetSoftwareDevelopmentFile()Full application schema given as a software development file.java.lang.StringgetSoftwareDevelopmentFileFormat()Software dependent format used for the application schema software dependent file.
-
-
-
Method Detail
-
getName
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19115) Citation getName()
Name of the application schema used.- Returns:
- Name of the application schema.
-
getSchemaLanguage
@UML(identifier="schemaLanguage", obligation=MANDATORY, specification=ISO_19115) java.lang.String getSchemaLanguage()
Identification of the schema language used.- Returns:
- The schema language used.
-
getConstraintLanguage
@UML(identifier="constraintLanguage", obligation=MANDATORY, specification=ISO_19115) java.lang.String getConstraintLanguage()
Formal language used in Application Schema.- Returns:
- Formal language used in Application Schema.
-
getSchemaAscii
@UML(identifier="schemaAscii", obligation=OPTIONAL, specification=ISO_19115) java.net.URI getSchemaAscii()
Full application schema given as an ASCII file.- Returns:
- Application schema as an ASCII file.
-
getGraphicsFile
@UML(identifier="graphicsFile", obligation=OPTIONAL, specification=ISO_19115) java.net.URI getGraphicsFile()
Full application schema given as a graphics file.- Returns:
- Application schema as a graphics file.
-
getSoftwareDevelopmentFile
@UML(identifier="softwareDevelopmentFile", obligation=OPTIONAL, specification=ISO_19115) java.net.URI getSoftwareDevelopmentFile()
Full application schema given as a software development file.- Returns:
- Application schema as a software development file.
-
getSoftwareDevelopmentFileFormat
@UML(identifier="softwareDevelopmentFileFormat", obligation=OPTIONAL, specification=ISO_19115) java.lang.String getSoftwareDevelopmentFileFormat()
Software dependent format used for the application schema software dependent file.- Returns:
- Format used for the application schema software file.
-
-