public class ApplicationSchemaInformationImpl extends MetadataEntity implements ApplicationSchemaInformation
LOGGER
Constructor and Description |
---|
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.
|
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.
|
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.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public ApplicationSchemaInformationImpl()
public ApplicationSchemaInformationImpl(ApplicationSchemaInformation source)
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)
Copyright © 1996–2019 Geotools. All rights reserved.