Package net.opengis.gml.x32
Interface AbstractCRSType
-
- All Superinterfaces:
AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractGeneralDerivedCRSType,CompoundCRSType,DerivedCRSType,EngineeringCRSType,GeocentricCRSType,GeodeticCRSType,GeographicCRSType,ImageCRSType,ProjectedCRSType,TemporalCRSType,VerticalCRSType
- All Known Implementing Classes:
AbstractCRSTypeImpl,AbstractGeneralDerivedCRSTypeImpl,CompoundCRSTypeImpl,DerivedCRSTypeImpl,EngineeringCRSTypeImpl,GeocentricCRSTypeImpl,GeodeticCRSTypeImpl,GeographicCRSTypeImpl,ImageCRSTypeImpl,ProjectedCRSTypeImpl,TemporalCRSTypeImpl,VerticalCRSTypeImpl
public interface AbstractCRSType extends IdentifiedObjectType
An XML AbstractCRSType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractCRSType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainOfValidityDocument.DomainOfValidityaddNewDomainOfValidity()Appends and returns a new empty value (as xml) as the last "domainOfValidity" elementorg.apache.xmlbeans.XmlStringaddNewScope()Appends and returns a new empty value (as xml) as the last "scope" elementvoidaddScope(String scope)Appends the value as the last "scope" elementDomainOfValidityDocument.DomainOfValidity[]getDomainOfValidityArray()Gets array of all "domainOfValidity" elementsDomainOfValidityDocument.DomainOfValiditygetDomainOfValidityArray(int i)Gets ith "domainOfValidity" elementString[]getScopeArray()Gets array of all "scope" elementsStringgetScopeArray(int i)Gets ith "scope" elementDomainOfValidityDocument.DomainOfValidityinsertNewDomainOfValidity(int i)Inserts and returns a new empty value (as xml) as the ith "domainOfValidity" elementorg.apache.xmlbeans.XmlStringinsertNewScope(int i)Inserts and returns a new empty value (as xml) as the ith "scope" elementvoidinsertScope(int i, String scope)Inserts the value as the ith "scope" elementvoidremoveDomainOfValidity(int i)Removes the ith "domainOfValidity" elementvoidremoveScope(int i)Removes the ith "scope" elementvoidsetDomainOfValidityArray(int i, DomainOfValidityDocument.DomainOfValidity domainOfValidity)Sets ith "domainOfValidity" elementvoidsetDomainOfValidityArray(DomainOfValidityDocument.DomainOfValidity[] domainOfValidityArray)Sets array of all "domainOfValidity" elementvoidsetScopeArray(int i, String scope)Sets ith "scope" elementvoidsetScopeArray(String[] scopeArray)Sets array of all "scope" elementintsizeOfDomainOfValidityArray()Returns number of "domainOfValidity" elementintsizeOfScopeArray()Returns number of "scope" elementorg.apache.xmlbeans.XmlString[]xgetScopeArray()Gets (as xml) array of all "scope" elementsorg.apache.xmlbeans.XmlStringxgetScopeArray(int i)Gets (as xml) ith "scope" elementvoidxsetScopeArray(int i, org.apache.xmlbeans.XmlString scope)Sets (as xml) ith "scope" elementvoidxsetScopeArray(org.apache.xmlbeans.XmlString[] scopeArray)Sets (as xml) array of all "scope" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDomainOfValidityArray
DomainOfValidityDocument.DomainOfValidity[] getDomainOfValidityArray()
Gets array of all "domainOfValidity" elements
-
getDomainOfValidityArray
DomainOfValidityDocument.DomainOfValidity getDomainOfValidityArray(int i)
Gets ith "domainOfValidity" element
-
sizeOfDomainOfValidityArray
int sizeOfDomainOfValidityArray()
Returns number of "domainOfValidity" element
-
setDomainOfValidityArray
void setDomainOfValidityArray(DomainOfValidityDocument.DomainOfValidity[] domainOfValidityArray)
Sets array of all "domainOfValidity" element
-
setDomainOfValidityArray
void setDomainOfValidityArray(int i, DomainOfValidityDocument.DomainOfValidity domainOfValidity)Sets ith "domainOfValidity" element
-
insertNewDomainOfValidity
DomainOfValidityDocument.DomainOfValidity insertNewDomainOfValidity(int i)
Inserts and returns a new empty value (as xml) as the ith "domainOfValidity" element
-
addNewDomainOfValidity
DomainOfValidityDocument.DomainOfValidity addNewDomainOfValidity()
Appends and returns a new empty value (as xml) as the last "domainOfValidity" element
-
removeDomainOfValidity
void removeDomainOfValidity(int i)
Removes the ith "domainOfValidity" element
-
getScopeArray
String[] getScopeArray()
Gets array of all "scope" elements
-
getScopeArray
String getScopeArray(int i)
Gets ith "scope" element
-
xgetScopeArray
org.apache.xmlbeans.XmlString[] xgetScopeArray()
Gets (as xml) array of all "scope" elements
-
xgetScopeArray
org.apache.xmlbeans.XmlString xgetScopeArray(int i)
Gets (as xml) ith "scope" element
-
sizeOfScopeArray
int sizeOfScopeArray()
Returns number of "scope" element
-
setScopeArray
void setScopeArray(String[] scopeArray)
Sets array of all "scope" element
-
setScopeArray
void setScopeArray(int i, String scope)Sets ith "scope" element
-
xsetScopeArray
void xsetScopeArray(org.apache.xmlbeans.XmlString[] scopeArray)
Sets (as xml) array of all "scope" element
-
xsetScopeArray
void xsetScopeArray(int i, org.apache.xmlbeans.XmlString scope)Sets (as xml) ith "scope" element
-
insertScope
void insertScope(int i, String scope)Inserts the value as the ith "scope" element
-
addScope
void addScope(String scope)
Appends the value as the last "scope" element
-
insertNewScope
org.apache.xmlbeans.XmlString insertNewScope(int i)
Inserts and returns a new empty value (as xml) as the ith "scope" element
-
addNewScope
org.apache.xmlbeans.XmlString addNewScope()
Appends and returns a new empty value (as xml) as the last "scope" element
-
removeScope
void removeScope(int i)
Removes the ith "scope" element
-
-