Uses of Interface
net.opengis.gml311.IdentifierType
-
Packages that use IdentifierType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of IdentifierType in net.opengis.gml311
Methods in net.opengis.gml311 that return IdentifierType Modifier and Type Method Description IdentifierType
Gml311Factory. createIdentifierType()
Returns a new object of class 'Identifier Type'.IdentifierType
DocumentRoot. getAxisID()
Returns the value of the 'Axis ID' containment reference.IdentifierType
DocumentRoot. getCoordinateOperationID()
Returns the value of the 'Coordinate Operation ID' containment reference.IdentifierType
DocumentRoot. getCsID()
Returns the value of the 'Cs ID' containment reference.IdentifierType
DocumentRoot. getDatumID()
Returns the value of the 'Datum ID' containment reference.IdentifierType
DocumentRoot. getEllipsoidID()
Returns the value of the 'Ellipsoid ID' containment reference.IdentifierType
DocumentRoot. getGroupID()
Returns the value of the 'Group ID' containment reference.IdentifierType
DocumentRoot. getMeridianID()
Returns the value of the 'Meridian ID' containment reference.IdentifierType
DocumentRoot. getMethodID()
Returns the value of the 'Method ID' containment reference.IdentifierType
DocumentRoot. getParameterID()
Returns the value of the 'Parameter ID' containment reference.IdentifierType
DocumentRoot. getSrsID()
Returns the value of the 'Srs ID' containment reference.Methods in net.opengis.gml311 that return types with arguments of type IdentifierType Modifier and Type Method Description EList<IdentifierType>
CoordinateSystemAxisType. getAxisID()
Returns the value of the 'Axis ID' containment reference list.EList<IdentifierType>
AbstractCoordinateOperationType. getCoordinateOperationID()
Returns the value of the 'Coordinate Operation ID' containment reference list.EList<IdentifierType>
AbstractCoordinateSystemType. getCsID()
Returns the value of the 'Cs ID' containment reference list.EList<IdentifierType>
AbstractDatumType. getDatumID()
Returns the value of the 'Datum ID' containment reference list.EList<IdentifierType>
EllipsoidType. getEllipsoidID()
Returns the value of the 'Ellipsoid ID' containment reference list.EList<IdentifierType>
OperationParameterGroupType. getGroupID()
Returns the value of the 'Group ID' containment reference list.EList<IdentifierType>
PrimeMeridianType. getMeridianID()
Returns the value of the 'Meridian ID' containment reference list.EList<IdentifierType>
OperationMethodType. getMethodID()
Returns the value of the 'Method ID' containment reference list.EList<IdentifierType>
OperationParameterType. getParameterID()
Returns the value of the 'Parameter ID' containment reference list.EList<IdentifierType>
AbstractReferenceSystemType. getSrsID()
Returns the value of the 'Srs ID' containment reference list.Methods in net.opengis.gml311 with parameters of type IdentifierType Modifier and Type Method Description void
DocumentRoot. setAxisID(IdentifierType value)
Sets the value of the 'Axis ID
' containment reference.void
DocumentRoot. setCoordinateOperationID(IdentifierType value)
Sets the value of the 'Coordinate Operation ID
' containment reference.void
DocumentRoot. setCsID(IdentifierType value)
Sets the value of the 'Cs ID
' containment reference.void
DocumentRoot. setDatumID(IdentifierType value)
Sets the value of the 'Datum ID
' containment reference.void
DocumentRoot. setEllipsoidID(IdentifierType value)
Sets the value of the 'Ellipsoid ID
' containment reference.void
DocumentRoot. setGroupID(IdentifierType value)
Sets the value of the 'Group ID
' containment reference.void
DocumentRoot. setMeridianID(IdentifierType value)
Sets the value of the 'Meridian ID
' containment reference.void
DocumentRoot. setMethodID(IdentifierType value)
Sets the value of the 'Method ID
' containment reference.void
DocumentRoot. setParameterID(IdentifierType value)
Sets the value of the 'Parameter ID
' containment reference.void
DocumentRoot. setSrsID(IdentifierType value)
Sets the value of the 'Srs ID
' containment reference. -
Uses of IdentifierType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement IdentifierType Modifier and Type Class Description class
IdentifierTypeImpl
An implementation of the model object 'Identifier Type'.Fields in net.opengis.gml311.impl with type parameters of type IdentifierType Modifier and Type Field Description protected EList<IdentifierType>
CoordinateSystemAxisTypeImpl. axisID
The cached value of the 'Axis ID
' containment reference list.protected EList<IdentifierType>
AbstractCoordinateOperationTypeImpl. coordinateOperationID
The cached value of the 'Coordinate Operation ID
' containment reference list.protected EList<IdentifierType>
AbstractCoordinateSystemTypeImpl. csID
The cached value of the 'Cs ID
' containment reference list.protected EList<IdentifierType>
AbstractDatumTypeImpl. datumID
The cached value of the 'Datum ID
' containment reference list.protected EList<IdentifierType>
EllipsoidTypeImpl. ellipsoidID
The cached value of the 'Ellipsoid ID
' containment reference list.protected EList<IdentifierType>
OperationParameterGroupTypeImpl. groupID
The cached value of the 'Group ID
' containment reference list.protected EList<IdentifierType>
PrimeMeridianTypeImpl. meridianID
The cached value of the 'Meridian ID
' containment reference list.protected EList<IdentifierType>
OperationMethodTypeImpl. methodID
The cached value of the 'Method ID
' containment reference list.protected EList<IdentifierType>
OperationParameterTypeImpl. parameterID
The cached value of the 'Parameter ID
' containment reference list.protected EList<IdentifierType>
AbstractReferenceSystemTypeImpl. srsID
The cached value of the 'Srs ID
' containment reference list.Methods in net.opengis.gml311.impl that return IdentifierType Modifier and Type Method Description IdentifierType
Gml311FactoryImpl. createIdentifierType()
IdentifierType
DocumentRootImpl. getAxisID()
IdentifierType
DocumentRootImpl. getCoordinateOperationID()
IdentifierType
DocumentRootImpl. getCsID()
IdentifierType
DocumentRootImpl. getDatumID()
IdentifierType
DocumentRootImpl. getEllipsoidID()
IdentifierType
DocumentRootImpl. getGroupID()
IdentifierType
DocumentRootImpl. getMeridianID()
IdentifierType
DocumentRootImpl. getMethodID()
IdentifierType
DocumentRootImpl. getParameterID()
IdentifierType
DocumentRootImpl. getSrsID()
Methods in net.opengis.gml311.impl that return types with arguments of type IdentifierType Modifier and Type Method Description EList<IdentifierType>
CoordinateSystemAxisTypeImpl. getAxisID()
EList<IdentifierType>
AbstractCoordinateOperationTypeImpl. getCoordinateOperationID()
EList<IdentifierType>
AbstractCoordinateSystemTypeImpl. getCsID()
EList<IdentifierType>
AbstractDatumTypeImpl. getDatumID()
EList<IdentifierType>
EllipsoidTypeImpl. getEllipsoidID()
EList<IdentifierType>
OperationParameterGroupTypeImpl. getGroupID()
EList<IdentifierType>
PrimeMeridianTypeImpl. getMeridianID()
EList<IdentifierType>
OperationMethodTypeImpl. getMethodID()
EList<IdentifierType>
OperationParameterTypeImpl. getParameterID()
EList<IdentifierType>
AbstractReferenceSystemTypeImpl. getSrsID()
Methods in net.opengis.gml311.impl with parameters of type IdentifierType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAxisID(IdentifierType newAxisID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCoordinateOperationID(IdentifierType newCoordinateOperationID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCsID(IdentifierType newCsID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDatumID(IdentifierType newDatumID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetEllipsoidID(IdentifierType newEllipsoidID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetGroupID(IdentifierType newGroupID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMeridianID(IdentifierType newMeridianID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMethodID(IdentifierType newMethodID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetParameterID(IdentifierType newParameterID, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetSrsID(IdentifierType newSrsID, NotificationChain msgs)
void
DocumentRootImpl. setAxisID(IdentifierType newAxisID)
void
DocumentRootImpl. setCoordinateOperationID(IdentifierType newCoordinateOperationID)
void
DocumentRootImpl. setCsID(IdentifierType newCsID)
void
DocumentRootImpl. setDatumID(IdentifierType newDatumID)
void
DocumentRootImpl. setEllipsoidID(IdentifierType newEllipsoidID)
void
DocumentRootImpl. setGroupID(IdentifierType newGroupID)
void
DocumentRootImpl. setMeridianID(IdentifierType newMeridianID)
void
DocumentRootImpl. setMethodID(IdentifierType newMethodID)
void
DocumentRootImpl. setParameterID(IdentifierType newParameterID)
void
DocumentRootImpl. setSrsID(IdentifierType newSrsID)
-
Uses of IdentifierType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IdentifierType Modifier and Type Method Description T
Gml311Switch. caseIdentifierType(IdentifierType object)
Returns the result of interpreting the object as an instance of 'Identifier Type'.boolean
Gml311Validator. validateIdentifierType(IdentifierType identifierType, DiagnosticChain diagnostics, Map<Object,Object> context)
-