|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.ApplicationSchemaInformationImpl
public class ApplicationSchemaInformationImpl
Information about the application schema used to build the dataset.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ApplicationSchemaInformationImpl()
Construct an initially empty application schema information. |
|
ApplicationSchemaInformationImpl(org.opengis.metadata.ApplicationSchemaInformation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ApplicationSchemaInformationImpl(org.opengis.metadata.citation.Citation name,
java.lang.String schemaLanguage,
java.lang.String constraintLanguage)
Creates a application schema information initialized to the specified values. |
Method Summary | |
---|---|
java.lang.String |
getConstraintLanguage()
Formal language used in Application Schema. |
org.opengis.metadata.SpatialAttributeSupplement |
getFeatureCatalogueSupplement()
Deprecated. removed from ISO 19115 |
java.net.URI |
getGraphicsFile()
Full application schema given as a graphics file. |
org.opengis.metadata.citation.Citation |
getName()
Name of the application schema used. |
java.net.URI |
getSchemaAscii()
Full application schema given as an ASCII file. |
java.lang.String |
getSchemaLanguage()
Identification of the schema language used. |
java.net.URI |
getSoftwareDevelopmentFile()
Full application schema given as a software development file. |
java.lang.String |
getSoftwareDevelopmentFileFormat()
Software dependent format used for the application schema software dependent file. |
void |
setConstraintLanguage(java.lang.String newValue)
Set the formal language used in Application Schema. |
void |
setFeatureCatalogueSupplement(org.opengis.metadata.SpatialAttributeSupplement newValue)
Deprecated. removed from ISO 19115 |
void |
setGraphicsFile(java.net.URI newValue)
Set the full application schema given as a graphics file. |
void |
setName(org.opengis.metadata.citation.Citation newValue)
Set the name of the application schema used. |
void |
setSchemaAscii(java.net.URI newValue)
Set the full application schema given as an ASCII file. |
void |
setSchemaLanguage(java.lang.String newValue)
Set the identification of the schema language used. |
void |
setSoftwareDevelopmentFile(java.net.URI newValue)
Set the full application schema given as a software development file. |
void |
setSoftwareDevelopmentFileFormat(java.lang.String newValue)
Set the software dependent format used for the application schema software dependent file. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationSchemaInformationImpl()
public ApplicationSchemaInformationImpl(org.opengis.metadata.ApplicationSchemaInformation source)
public ApplicationSchemaInformationImpl(org.opengis.metadata.citation.Citation name, java.lang.String schemaLanguage, java.lang.String constraintLanguage)
Method Detail |
---|
public org.opengis.metadata.citation.Citation getName()
getName
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setName(org.opengis.metadata.citation.Citation newValue)
public java.lang.String getSchemaLanguage()
getSchemaLanguage
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setSchemaLanguage(java.lang.String newValue)
public java.lang.String getConstraintLanguage()
getConstraintLanguage
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setConstraintLanguage(java.lang.String newValue)
public java.net.URI getSchemaAscii()
getSchemaAscii
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setSchemaAscii(java.net.URI newValue)
public java.net.URI getGraphicsFile()
getGraphicsFile
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setGraphicsFile(java.net.URI newValue)
public java.net.URI getSoftwareDevelopmentFile()
getSoftwareDevelopmentFile
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setSoftwareDevelopmentFile(java.net.URI newValue)
public java.lang.String getSoftwareDevelopmentFileFormat()
getSoftwareDevelopmentFileFormat
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setSoftwareDevelopmentFileFormat(java.lang.String newValue)
@Deprecated public org.opengis.metadata.SpatialAttributeSupplement getFeatureCatalogueSupplement()
getFeatureCatalogueSupplement
in interface org.opengis.metadata.ApplicationSchemaInformation
@Deprecated public void setFeatureCatalogueSupplement(org.opengis.metadata.SpatialAttributeSupplement newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |