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:
GeoAPI 2.0

Method Summary
 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.
 

Method Detail

getName

@UML(identifier="name",
     obligation=MANDATORY,
     specification=ISO_19115)
Citation getName()
Name of the application schema used.


getSchemaLanguage

@UML(identifier="schemaLanguage",
     obligation=MANDATORY,
     specification=ISO_19115)
String getSchemaLanguage()
Identification of the schema language used.


getConstraintLanguage

@UML(identifier="constraintLanguage",
     obligation=MANDATORY,
     specification=ISO_19115)
String getConstraintLanguage()
Formal language used in Application Schema.


getSchemaAscii

@UML(identifier="schemaAscii",
     obligation=OPTIONAL,
     specification=ISO_19115)
URI getSchemaAscii()
Full application schema given as an ASCII file.

TODO:
In UML, the type was CharacterString. It is not clear if it should be the file name or the file content.

getGraphicsFile

@UML(identifier="graphicsFile",
     obligation=OPTIONAL,
     specification=ISO_19115)
URI getGraphicsFile()
Full application schema given as a graphics file.


getSoftwareDevelopmentFile

@UML(identifier="softwareDevelopmentFile",
     obligation=OPTIONAL,
     specification=ISO_19115)
URI getSoftwareDevelopmentFile()
Full application schema given as a software development file.

TODO:
In UML, the type was binary. It is not clear if it was intented to be the file content.

getSoftwareDevelopmentFileFormat

@UML(identifier="softwareDevelopmentFileFormat",
     obligation=OPTIONAL,
     specification=ISO_19115)
String getSoftwareDevelopmentFileFormat()
Software dependent format used for the application schema software dependent file.


getFeatureCatalogueSupplement

@UML(identifier="featureCatalogueSupplement",
     obligation=OPTIONAL,
     specification=ISO_19115)
SpatialAttributeSupplement getFeatureCatalogueSupplement()
Deprecated. removed from ISO_19115

Information about the spatial attributes in the application schema for the feature types.



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.