Package net.opengis.gml.x32.impl
Class EngineeringCRSTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- All Implemented Interfaces:
Serializable,AbstractCRSType,AbstractGMLType,DefinitionBaseType,DefinitionType,EngineeringCRSType,IdentifiedObjectType,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
public class EngineeringCRSTypeImpl extends AbstractCRSTypeImpl implements EngineeringCRSType
An XML EngineeringCRSType(@http://www.opengis.net/gml/3.2). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractCRSType
AbstractCRSType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractGMLType
AbstractGMLType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.DefinitionBaseType
DefinitionBaseType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.DefinitionType
DefinitionType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.EngineeringCRSType
EngineeringCRSType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.IdentifiedObjectType
IdentifiedObjectType.Factory
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface net.opengis.gml.x32.AbstractCRSType
type
-
Fields inherited from interface net.opengis.gml.x32.AbstractGMLType
type
-
Fields inherited from interface net.opengis.gml.x32.DefinitionBaseType
type
-
Fields inherited from interface net.opengis.gml.x32.DefinitionType
type
-
Fields inherited from interface net.opengis.gml.x32.EngineeringCRSType
type
-
Fields inherited from interface net.opengis.gml.x32.IdentifiedObjectType
type
-
-
Constructor Summary
Constructors Constructor Description EngineeringCRSTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffineCSPropertyTypeaddNewAffineCS()Appends and returns a new empty "affineCS" elementCartesianCSPropertyTypeaddNewCartesianCS()Appends and returns a new empty "cartesianCS" elementCoordinateSystemPropertyTypeaddNewCoordinateSystem()Appends and returns a new empty "coordinateSystem" elementCylindricalCSPropertyTypeaddNewCylindricalCS()Appends and returns a new empty "cylindricalCS" elementEngineeringDatumPropertyTypeaddNewEngineeringDatum()Appends and returns a new empty "engineeringDatum" elementLinearCSPropertyTypeaddNewLinearCS()Appends and returns a new empty "linearCS" elementPolarCSPropertyTypeaddNewPolarCS()Appends and returns a new empty "polarCS" elementSphericalCSPropertyTypeaddNewSphericalCS()Appends and returns a new empty "sphericalCS" elementUserDefinedCSPropertyTypeaddNewUserDefinedCS()Appends and returns a new empty "userDefinedCS" elementAffineCSPropertyTypegetAffineCS()Gets the "affineCS" elementCartesianCSPropertyTypegetCartesianCS()Gets the "cartesianCS" elementCoordinateSystemPropertyTypegetCoordinateSystem()Gets the "coordinateSystem" elementCylindricalCSPropertyTypegetCylindricalCS()Gets the "cylindricalCS" elementEngineeringDatumPropertyTypegetEngineeringDatum()Gets the "engineeringDatum" elementLinearCSPropertyTypegetLinearCS()Gets the "linearCS" elementPolarCSPropertyTypegetPolarCS()Gets the "polarCS" elementSphericalCSPropertyTypegetSphericalCS()Gets the "sphericalCS" elementUserDefinedCSPropertyTypegetUserDefinedCS()Gets the "userDefinedCS" elementbooleanisSetAffineCS()True if has "affineCS" elementbooleanisSetCartesianCS()True if has "cartesianCS" elementbooleanisSetCoordinateSystem()True if has "coordinateSystem" elementbooleanisSetCylindricalCS()True if has "cylindricalCS" elementbooleanisSetLinearCS()True if has "linearCS" elementbooleanisSetPolarCS()True if has "polarCS" elementbooleanisSetSphericalCS()True if has "sphericalCS" elementbooleanisSetUserDefinedCS()True if has "userDefinedCS" elementvoidsetAffineCS(AffineCSPropertyType affineCS)Sets the "affineCS" elementvoidsetCartesianCS(CartesianCSPropertyType cartesianCS)Sets the "cartesianCS" elementvoidsetCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)Sets the "coordinateSystem" elementvoidsetCylindricalCS(CylindricalCSPropertyType cylindricalCS)Sets the "cylindricalCS" elementvoidsetEngineeringDatum(EngineeringDatumPropertyType engineeringDatum)Sets the "engineeringDatum" elementvoidsetLinearCS(LinearCSPropertyType linearCS)Sets the "linearCS" elementvoidsetPolarCS(PolarCSPropertyType polarCS)Sets the "polarCS" elementvoidsetSphericalCS(SphericalCSPropertyType sphericalCS)Sets the "sphericalCS" elementvoidsetUserDefinedCS(UserDefinedCSPropertyType userDefinedCS)Sets the "userDefinedCS" elementvoidunsetAffineCS()Unsets the "affineCS" elementvoidunsetCartesianCS()Unsets the "cartesianCS" elementvoidunsetCoordinateSystem()Unsets the "coordinateSystem" elementvoidunsetCylindricalCS()Unsets the "cylindricalCS" elementvoidunsetLinearCS()Unsets the "linearCS" elementvoidunsetPolarCS()Unsets the "polarCS" elementvoidunsetSphericalCS()Unsets the "sphericalCS" elementvoidunsetUserDefinedCS()Unsets the "userDefinedCS" element-
Methods inherited from class net.opengis.gml.x32.impl.AbstractCRSTypeImpl
addNewDomainOfValidity, addNewScope, addScope, getDomainOfValidityArray, getDomainOfValidityArray, getScopeArray, getScopeArray, insertNewDomainOfValidity, insertNewScope, insertScope, removeDomainOfValidity, removeScope, setDomainOfValidityArray, setDomainOfValidityArray, setScopeArray, setScopeArray, sizeOfDomainOfValidityArray, sizeOfScopeArray, xgetScopeArray, xgetScopeArray, xsetScopeArray, xsetScopeArray
-
Methods inherited from class net.opengis.gml.x32.impl.DefinitionTypeImpl
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
Methods inherited from class net.opengis.gml.x32.impl.DefinitionBaseTypeImpl
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from class net.opengis.gml.x32.impl.AbstractGMLTypeImpl
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.opengis.gml.x32.AbstractCRSType
addNewDomainOfValidity, addNewScope, addScope, getDomainOfValidityArray, getDomainOfValidityArray, getScopeArray, getScopeArray, insertNewDomainOfValidity, insertNewScope, insertScope, removeDomainOfValidity, removeScope, setDomainOfValidityArray, setDomainOfValidityArray, setScopeArray, setScopeArray, sizeOfDomainOfValidityArray, sizeOfScopeArray, xgetScopeArray, xgetScopeArray, xsetScopeArray, xsetScopeArray
-
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
-
getAffineCS
public AffineCSPropertyType getAffineCS()
Gets the "affineCS" element- Specified by:
getAffineCSin interfaceEngineeringCRSType
-
isSetAffineCS
public boolean isSetAffineCS()
True if has "affineCS" element- Specified by:
isSetAffineCSin interfaceEngineeringCRSType
-
setAffineCS
public void setAffineCS(AffineCSPropertyType affineCS)
Sets the "affineCS" element- Specified by:
setAffineCSin interfaceEngineeringCRSType
-
addNewAffineCS
public AffineCSPropertyType addNewAffineCS()
Appends and returns a new empty "affineCS" element- Specified by:
addNewAffineCSin interfaceEngineeringCRSType
-
unsetAffineCS
public void unsetAffineCS()
Unsets the "affineCS" element- Specified by:
unsetAffineCSin interfaceEngineeringCRSType
-
getCartesianCS
public CartesianCSPropertyType getCartesianCS()
Gets the "cartesianCS" element- Specified by:
getCartesianCSin interfaceEngineeringCRSType
-
isSetCartesianCS
public boolean isSetCartesianCS()
True if has "cartesianCS" element- Specified by:
isSetCartesianCSin interfaceEngineeringCRSType
-
setCartesianCS
public void setCartesianCS(CartesianCSPropertyType cartesianCS)
Sets the "cartesianCS" element- Specified by:
setCartesianCSin interfaceEngineeringCRSType
-
addNewCartesianCS
public CartesianCSPropertyType addNewCartesianCS()
Appends and returns a new empty "cartesianCS" element- Specified by:
addNewCartesianCSin interfaceEngineeringCRSType
-
unsetCartesianCS
public void unsetCartesianCS()
Unsets the "cartesianCS" element- Specified by:
unsetCartesianCSin interfaceEngineeringCRSType
-
getCylindricalCS
public CylindricalCSPropertyType getCylindricalCS()
Gets the "cylindricalCS" element- Specified by:
getCylindricalCSin interfaceEngineeringCRSType
-
isSetCylindricalCS
public boolean isSetCylindricalCS()
True if has "cylindricalCS" element- Specified by:
isSetCylindricalCSin interfaceEngineeringCRSType
-
setCylindricalCS
public void setCylindricalCS(CylindricalCSPropertyType cylindricalCS)
Sets the "cylindricalCS" element- Specified by:
setCylindricalCSin interfaceEngineeringCRSType
-
addNewCylindricalCS
public CylindricalCSPropertyType addNewCylindricalCS()
Appends and returns a new empty "cylindricalCS" element- Specified by:
addNewCylindricalCSin interfaceEngineeringCRSType
-
unsetCylindricalCS
public void unsetCylindricalCS()
Unsets the "cylindricalCS" element- Specified by:
unsetCylindricalCSin interfaceEngineeringCRSType
-
getLinearCS
public LinearCSPropertyType getLinearCS()
Gets the "linearCS" element- Specified by:
getLinearCSin interfaceEngineeringCRSType
-
isSetLinearCS
public boolean isSetLinearCS()
True if has "linearCS" element- Specified by:
isSetLinearCSin interfaceEngineeringCRSType
-
setLinearCS
public void setLinearCS(LinearCSPropertyType linearCS)
Sets the "linearCS" element- Specified by:
setLinearCSin interfaceEngineeringCRSType
-
addNewLinearCS
public LinearCSPropertyType addNewLinearCS()
Appends and returns a new empty "linearCS" element- Specified by:
addNewLinearCSin interfaceEngineeringCRSType
-
unsetLinearCS
public void unsetLinearCS()
Unsets the "linearCS" element- Specified by:
unsetLinearCSin interfaceEngineeringCRSType
-
getPolarCS
public PolarCSPropertyType getPolarCS()
Gets the "polarCS" element- Specified by:
getPolarCSin interfaceEngineeringCRSType
-
isSetPolarCS
public boolean isSetPolarCS()
True if has "polarCS" element- Specified by:
isSetPolarCSin interfaceEngineeringCRSType
-
setPolarCS
public void setPolarCS(PolarCSPropertyType polarCS)
Sets the "polarCS" element- Specified by:
setPolarCSin interfaceEngineeringCRSType
-
addNewPolarCS
public PolarCSPropertyType addNewPolarCS()
Appends and returns a new empty "polarCS" element- Specified by:
addNewPolarCSin interfaceEngineeringCRSType
-
unsetPolarCS
public void unsetPolarCS()
Unsets the "polarCS" element- Specified by:
unsetPolarCSin interfaceEngineeringCRSType
-
getSphericalCS
public SphericalCSPropertyType getSphericalCS()
Gets the "sphericalCS" element- Specified by:
getSphericalCSin interfaceEngineeringCRSType
-
isSetSphericalCS
public boolean isSetSphericalCS()
True if has "sphericalCS" element- Specified by:
isSetSphericalCSin interfaceEngineeringCRSType
-
setSphericalCS
public void setSphericalCS(SphericalCSPropertyType sphericalCS)
Sets the "sphericalCS" element- Specified by:
setSphericalCSin interfaceEngineeringCRSType
-
addNewSphericalCS
public SphericalCSPropertyType addNewSphericalCS()
Appends and returns a new empty "sphericalCS" element- Specified by:
addNewSphericalCSin interfaceEngineeringCRSType
-
unsetSphericalCS
public void unsetSphericalCS()
Unsets the "sphericalCS" element- Specified by:
unsetSphericalCSin interfaceEngineeringCRSType
-
getUserDefinedCS
public UserDefinedCSPropertyType getUserDefinedCS()
Gets the "userDefinedCS" element- Specified by:
getUserDefinedCSin interfaceEngineeringCRSType
-
isSetUserDefinedCS
public boolean isSetUserDefinedCS()
True if has "userDefinedCS" element- Specified by:
isSetUserDefinedCSin interfaceEngineeringCRSType
-
setUserDefinedCS
public void setUserDefinedCS(UserDefinedCSPropertyType userDefinedCS)
Sets the "userDefinedCS" element- Specified by:
setUserDefinedCSin interfaceEngineeringCRSType
-
addNewUserDefinedCS
public UserDefinedCSPropertyType addNewUserDefinedCS()
Appends and returns a new empty "userDefinedCS" element- Specified by:
addNewUserDefinedCSin interfaceEngineeringCRSType
-
unsetUserDefinedCS
public void unsetUserDefinedCS()
Unsets the "userDefinedCS" element- Specified by:
unsetUserDefinedCSin interfaceEngineeringCRSType
-
getCoordinateSystem
public CoordinateSystemPropertyType getCoordinateSystem()
Gets the "coordinateSystem" element- Specified by:
getCoordinateSystemin interfaceEngineeringCRSType
-
isSetCoordinateSystem
public boolean isSetCoordinateSystem()
True if has "coordinateSystem" element- Specified by:
isSetCoordinateSystemin interfaceEngineeringCRSType
-
setCoordinateSystem
public void setCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)
Sets the "coordinateSystem" element- Specified by:
setCoordinateSystemin interfaceEngineeringCRSType
-
addNewCoordinateSystem
public CoordinateSystemPropertyType addNewCoordinateSystem()
Appends and returns a new empty "coordinateSystem" element- Specified by:
addNewCoordinateSystemin interfaceEngineeringCRSType
-
unsetCoordinateSystem
public void unsetCoordinateSystem()
Unsets the "coordinateSystem" element- Specified by:
unsetCoordinateSystemin interfaceEngineeringCRSType
-
getEngineeringDatum
public EngineeringDatumPropertyType getEngineeringDatum()
Gets the "engineeringDatum" element- Specified by:
getEngineeringDatumin interfaceEngineeringCRSType
-
setEngineeringDatum
public void setEngineeringDatum(EngineeringDatumPropertyType engineeringDatum)
Sets the "engineeringDatum" element- Specified by:
setEngineeringDatumin interfaceEngineeringCRSType
-
addNewEngineeringDatum
public EngineeringDatumPropertyType addNewEngineeringDatum()
Appends and returns a new empty "engineeringDatum" element- Specified by:
addNewEngineeringDatumin interfaceEngineeringCRSType
-
-