Package net.opengis.gml.x33.lro
Interface LRMWithOffsetType
-
- All Superinterfaces:
AbstractGMLType,LinearReferencingMethodType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LRMWithOffsetTypeImpl
public interface LRMWithOffsetType extends LinearReferencingMethodType
An XML LRMWithOffsetType(@http://www.opengis.net/gml/3.3/lro). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLRMWithOffsetType.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 StringgetOffsetUnits()Gets the "offsetUnits" elementLateralOffsetDirectionType.EnumgetPositiveLateralOffsetDirection()Gets the "positiveLateralOffsetDirection" elementVerticalOffsetDirectionType.EnumgetPositiveVerticalOffsetDirection()Gets the "positiveVerticalOffsetDirection" elementbooleanisSetPositiveLateralOffsetDirection()True if has "positiveLateralOffsetDirection" elementbooleanisSetPositiveVerticalOffsetDirection()True if has "positiveVerticalOffsetDirection" elementvoidsetOffsetUnits(String offsetUnits)Sets the "offsetUnits" elementvoidsetPositiveLateralOffsetDirection(LateralOffsetDirectionType.Enum positiveLateralOffsetDirection)Sets the "positiveLateralOffsetDirection" elementvoidsetPositiveVerticalOffsetDirection(VerticalOffsetDirectionType.Enum positiveVerticalOffsetDirection)Sets the "positiveVerticalOffsetDirection" elementvoidunsetPositiveLateralOffsetDirection()Unsets the "positiveLateralOffsetDirection" elementvoidunsetPositiveVerticalOffsetDirection()Unsets the "positiveVerticalOffsetDirection" elementUomIdentifierxgetOffsetUnits()Gets (as xml) the "offsetUnits" elementLateralOffsetDirectionTypexgetPositiveLateralOffsetDirection()Gets (as xml) the "positiveLateralOffsetDirection" elementVerticalOffsetDirectionTypexgetPositiveVerticalOffsetDirection()Gets (as xml) the "positiveVerticalOffsetDirection" elementvoidxsetOffsetUnits(UomIdentifier offsetUnits)Sets (as xml) the "offsetUnits" elementvoidxsetPositiveLateralOffsetDirection(LateralOffsetDirectionType positiveLateralOffsetDirection)Sets (as xml) the "positiveLateralOffsetDirection" elementvoidxsetPositiveVerticalOffsetDirection(VerticalOffsetDirectionType positiveVerticalOffsetDirection)Sets (as xml) the "positiveVerticalOffsetDirection" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x33.lr.LinearReferencingMethodType
addNewName2, addNewType, getConstraint, getName2, getType, getUnits, isSetConstraint, setConstraint, setName2, setType, setUnits, unsetConstraint, xgetConstraint, xgetUnits, xsetConstraint, xsetUnits
-
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
-
getOffsetUnits
String getOffsetUnits()
Gets the "offsetUnits" element
-
xgetOffsetUnits
UomIdentifier xgetOffsetUnits()
Gets (as xml) the "offsetUnits" element
-
setOffsetUnits
void setOffsetUnits(String offsetUnits)
Sets the "offsetUnits" element
-
xsetOffsetUnits
void xsetOffsetUnits(UomIdentifier offsetUnits)
Sets (as xml) the "offsetUnits" element
-
getPositiveLateralOffsetDirection
LateralOffsetDirectionType.Enum getPositiveLateralOffsetDirection()
Gets the "positiveLateralOffsetDirection" element
-
xgetPositiveLateralOffsetDirection
LateralOffsetDirectionType xgetPositiveLateralOffsetDirection()
Gets (as xml) the "positiveLateralOffsetDirection" element
-
isSetPositiveLateralOffsetDirection
boolean isSetPositiveLateralOffsetDirection()
True if has "positiveLateralOffsetDirection" element
-
setPositiveLateralOffsetDirection
void setPositiveLateralOffsetDirection(LateralOffsetDirectionType.Enum positiveLateralOffsetDirection)
Sets the "positiveLateralOffsetDirection" element
-
xsetPositiveLateralOffsetDirection
void xsetPositiveLateralOffsetDirection(LateralOffsetDirectionType positiveLateralOffsetDirection)
Sets (as xml) the "positiveLateralOffsetDirection" element
-
unsetPositiveLateralOffsetDirection
void unsetPositiveLateralOffsetDirection()
Unsets the "positiveLateralOffsetDirection" element
-
getPositiveVerticalOffsetDirection
VerticalOffsetDirectionType.Enum getPositiveVerticalOffsetDirection()
Gets the "positiveVerticalOffsetDirection" element
-
xgetPositiveVerticalOffsetDirection
VerticalOffsetDirectionType xgetPositiveVerticalOffsetDirection()
Gets (as xml) the "positiveVerticalOffsetDirection" element
-
isSetPositiveVerticalOffsetDirection
boolean isSetPositiveVerticalOffsetDirection()
True if has "positiveVerticalOffsetDirection" element
-
setPositiveVerticalOffsetDirection
void setPositiveVerticalOffsetDirection(VerticalOffsetDirectionType.Enum positiveVerticalOffsetDirection)
Sets the "positiveVerticalOffsetDirection" element
-
xsetPositiveVerticalOffsetDirection
void xsetPositiveVerticalOffsetDirection(VerticalOffsetDirectionType positiveVerticalOffsetDirection)
Sets (as xml) the "positiveVerticalOffsetDirection" element
-
unsetPositiveVerticalOffsetDirection
void unsetPositiveVerticalOffsetDirection()
Unsets the "positiveVerticalOffsetDirection" element
-
-