|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.ApplicationSchemaInformationImpl
Information about the application schema used to build the dataset.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ApplicationSchemaInformationImpl()
Construct an initially empty application schema information. |
|
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 | |
boolean |
equals(java.lang.Object object)
Compare this application schema information with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.lang.String |
getConstraintLanguage()
Formal language used in Application Schema. |
org.opengis.metadata.SpatialAttributeSupplement |
getFeatureCatalogueSupplement()
Information about the spatial attributes in the application schema for the feature types. |
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. |
int |
hashCode()
Returns a hash code value for this object. |
void |
setConstraintLanguage(java.lang.String newValue)
Set the formal language used in Application Schema. |
void |
setFeatureCatalogueSupplement(org.opengis.metadata.SpatialAttributeSupplement newValue)
Set information about the spatial attributes in the application schema for the feature types. |
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. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ApplicationSchemaInformationImpl()
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)
public org.opengis.metadata.SpatialAttributeSupplement getFeatureCatalogueSupplement()
getFeatureCatalogueSupplement
in interface org.opengis.metadata.ApplicationSchemaInformation
public void setFeatureCatalogueSupplement(org.opengis.metadata.SpatialAttributeSupplement newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |