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