@UML(identifier="MD_ApplicationSchemaInformation", specification=ISO_19115) public interface ApplicationSchemaInformation
Modifier and Type | Method and Description |
---|---|
String |
getConstraintLanguage()
Formal language used in Application Schema.
|
SpatialAttributeSupplement |
getFeatureCatalogueSupplement()
Deprecated.
removed from ISO_19115
|
URI |
getGraphicsFile()
Full application schema given as a graphics file.
|
Citation |
getName()
Name of the application schema used.
|
URI |
getSchemaAscii()
Full application schema given as an ASCII file.
|
String |
getSchemaLanguage()
Identification of the schema language used.
|
URI |
getSoftwareDevelopmentFile()
Full application schema given as a software development file.
|
String |
getSoftwareDevelopmentFileFormat()
Software dependent format used for the application schema software dependent file.
|
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19115) Citation getName()
@UML(identifier="schemaLanguage", obligation=MANDATORY, specification=ISO_19115) String getSchemaLanguage()
@UML(identifier="constraintLanguage", obligation=MANDATORY, specification=ISO_19115) String getConstraintLanguage()
@UML(identifier="schemaAscii", obligation=OPTIONAL, specification=ISO_19115) URI getSchemaAscii()
@UML(identifier="graphicsFile", obligation=OPTIONAL, specification=ISO_19115) URI getGraphicsFile()
@UML(identifier="softwareDevelopmentFile", obligation=OPTIONAL, specification=ISO_19115) URI getSoftwareDevelopmentFile()
@UML(identifier="softwareDevelopmentFileFormat", obligation=OPTIONAL, specification=ISO_19115) String getSoftwareDevelopmentFileFormat()
@Deprecated @UML(identifier="featureCatalogueSupplement", obligation=OPTIONAL, specification=ISO_19115) SpatialAttributeSupplement getFeatureCatalogueSupplement()
Copyright © 1996–2019 Geotools. All rights reserved.