public interface DescribedObject
extends net.opengis.gml.v32.AbstractFeature
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_NS_URI |
Modifier and Type | Method and Description |
---|---|
void |
addCapabilities(java.lang.String name,
CapabilityList capabilities)
Adds a new capabilities property
|
void |
addCharacteristics(java.lang.String name,
CharacteristicList characteristics)
Adds a new characteristics property
|
void |
addClassification(ClassifierList classification)
Adds a new classification property
|
void |
addContacts(ContactList contacts)
Adds a new contacts property
|
void |
addDocumentation(DocumentList documentation)
Adds a new documentation property
|
void |
addExtension(java.lang.Object extension)
Adds a new extension property
|
void |
addHistory(EventList history)
Adds a new history property
|
void |
addIdentification(IdentifierList identification)
Adds a new identification property
|
void |
addKeywords(KeywordList keywords)
Adds a new keywords property
|
void |
addLegalConstraints(org.isotc211.v2005.gmd.MDLegalConstraints legalConstraints)
Adds a new legalConstraints property
|
void |
addSecurityConstraints(java.lang.Object securityConstraints)
Adds a new securityConstraints property
|
void |
addValidTimeAsTimeInstant(net.opengis.gml.v32.TimeInstant validTime)
Adds a new validTimeAsTimeInstant property
|
void |
addValidTimeAsTimePeriod(net.opengis.gml.v32.TimePeriod validTime)
Adds a new validTimeAsTimePeriod property
|
CapabilityList |
getCapabilities(java.lang.String name)
Gets the capabilities property with the given name
|
OgcPropertyList<CapabilityList> |
getCapabilitiesList()
Gets the list of capabilities properties
|
CharacteristicList |
getCharacteristics(java.lang.String name)
Gets the characteristics property with the given name
|
OgcPropertyList<CharacteristicList> |
getCharacteristicsList()
Gets the list of characteristics properties
|
OgcPropertyList<ClassifierList> |
getClassificationList()
Gets the list of classification properties
|
OgcPropertyList<ContactList> |
getContactsList()
Gets the list of contacts properties
|
OgcPropertyList<DocumentList> |
getDocumentationList()
Gets the list of documentation properties
|
java.util.List<java.lang.Object> |
getExtensionList()
Gets the list of extension properties
|
OgcPropertyList<EventList> |
getHistoryList()
Gets the list of history properties
|
OgcPropertyList<IdentifierList> |
getIdentificationList()
Gets the list of identification properties
|
OgcPropertyList<KeywordList> |
getKeywordsList()
Gets the list of keywords properties
|
java.lang.String |
getLang()
Gets the lang property
|
OgcPropertyList<org.isotc211.v2005.gmd.MDLegalConstraints> |
getLegalConstraintsList()
Gets the list of legalConstraints properties
|
int |
getNumCapabilities()
Returns number of capabilities properties
|
int |
getNumCharacteristics()
Returns number of characteristics properties
|
int |
getNumClassifications()
Returns number of classification properties
|
int |
getNumContacts()
Returns number of contacts properties
|
int |
getNumDocumentations()
Returns number of documentation properties
|
int |
getNumExtensions()
Returns number of extension properties
|
int |
getNumHistorys()
Returns number of history properties
|
int |
getNumIdentifications()
Returns number of identification properties
|
int |
getNumKeywords()
Returns number of keywords properties
|
int |
getNumLegalConstraints()
Returns number of legalConstraints properties
|
int |
getNumSecurityConstraints()
Returns number of securityConstraints properties
|
int |
getNumValidTimes()
Returns number of validTime properties
|
java.util.List<java.lang.Object> |
getSecurityConstraintsList()
Gets the list of securityConstraints properties
|
java.util.List<net.opengis.gml.v32.AbstractTimeGeometricPrimitive> |
getValidTimeList()
Gets the list of validTime properties
|
boolean |
isSetLang()
Checks if lang is set
|
void |
setLang(java.lang.String lang)
Sets the lang property
|
getBoundedBy, getLocation, getLocationProperty, getQName, isSetBoundedBy, isSetLocation, setBoundedByAsEnvelope, setLocation
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
static final java.lang.String DEFAULT_NS_URI
java.util.List<java.lang.Object> getExtensionList()
int getNumExtensions()
void addExtension(java.lang.Object extension)
OgcPropertyList<KeywordList> getKeywordsList()
int getNumKeywords()
void addKeywords(KeywordList keywords)
OgcPropertyList<IdentifierList> getIdentificationList()
int getNumIdentifications()
void addIdentification(IdentifierList identification)
OgcPropertyList<ClassifierList> getClassificationList()
int getNumClassifications()
void addClassification(ClassifierList classification)
java.util.List<net.opengis.gml.v32.AbstractTimeGeometricPrimitive> getValidTimeList()
int getNumValidTimes()
void addValidTimeAsTimePeriod(net.opengis.gml.v32.TimePeriod validTime)
void addValidTimeAsTimeInstant(net.opengis.gml.v32.TimeInstant validTime)
java.util.List<java.lang.Object> getSecurityConstraintsList()
int getNumSecurityConstraints()
void addSecurityConstraints(java.lang.Object securityConstraints)
OgcPropertyList<org.isotc211.v2005.gmd.MDLegalConstraints> getLegalConstraintsList()
int getNumLegalConstraints()
void addLegalConstraints(org.isotc211.v2005.gmd.MDLegalConstraints legalConstraints)
OgcPropertyList<CharacteristicList> getCharacteristicsList()
int getNumCharacteristics()
CharacteristicList getCharacteristics(java.lang.String name)
void addCharacteristics(java.lang.String name, CharacteristicList characteristics)
OgcPropertyList<CapabilityList> getCapabilitiesList()
int getNumCapabilities()
CapabilityList getCapabilities(java.lang.String name)
void addCapabilities(java.lang.String name, CapabilityList capabilities)
OgcPropertyList<ContactList> getContactsList()
int getNumContacts()
void addContacts(ContactList contacts)
OgcPropertyList<DocumentList> getDocumentationList()
int getNumDocumentations()
void addDocumentation(DocumentList documentation)
OgcPropertyList<EventList> getHistoryList()
int getNumHistorys()
void addHistory(EventList history)
java.lang.String getLang()
boolean isSetLang()
void setLang(java.lang.String lang)