Uses of Interface
net.opengis.gml311.IdentifierType
Packages that use IdentifierType
-
Uses of IdentifierType in net.opengis.gml311
Methods in net.opengis.gml311 that return IdentifierTypeModifier and TypeMethodDescriptionGml311Factory.createIdentifierType()
Returns a new object of class 'Identifier Type'.DocumentRoot.getAxisID()
Returns the value of the 'Axis ID' containment reference.DocumentRoot.getCoordinateOperationID()
Returns the value of the 'Coordinate Operation ID' containment reference.DocumentRoot.getCsID()
Returns the value of the 'Cs ID' containment reference.DocumentRoot.getDatumID()
Returns the value of the 'Datum ID' containment reference.DocumentRoot.getEllipsoidID()
Returns the value of the 'Ellipsoid ID' containment reference.DocumentRoot.getGroupID()
Returns the value of the 'Group ID' containment reference.DocumentRoot.getMeridianID()
Returns the value of the 'Meridian ID' containment reference.DocumentRoot.getMethodID()
Returns the value of the 'Method ID' containment reference.DocumentRoot.getParameterID()
Returns the value of the 'Parameter ID' containment reference.DocumentRoot.getSrsID()
Returns the value of the 'Srs ID' containment reference.Methods in net.opengis.gml311 that return types with arguments of type IdentifierTypeModifier and TypeMethodDescriptionEList<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 IdentifierTypeModifier and TypeMethodDescriptionvoid
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 IdentifierTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Identifier Type'.Fields in net.opengis.gml311.impl with type parameters of type IdentifierTypeModifier and TypeFieldDescriptionprotected 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 IdentifierTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createIdentifierType()
DocumentRootImpl.getAxisID()
DocumentRootImpl.getCoordinateOperationID()
DocumentRootImpl.getCsID()
DocumentRootImpl.getDatumID()
DocumentRootImpl.getEllipsoidID()
DocumentRootImpl.getGroupID()
DocumentRootImpl.getMeridianID()
DocumentRootImpl.getMethodID()
DocumentRootImpl.getParameterID()
DocumentRootImpl.getSrsID()
Methods in net.opengis.gml311.impl that return types with arguments of type IdentifierTypeModifier and TypeMethodDescriptionEList<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 IdentifierTypeModifier and TypeMethodDescriptionNotificationChain
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 IdentifierTypeModifier and TypeMethodDescriptionGml311Switch.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)