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 IdentifierTypeGml311Factory. createIdentifierType()Returns a new object of class 'Identifier Type'.IdentifierTypeDocumentRoot. getAxisID()Returns the value of the 'Axis ID' containment reference.IdentifierTypeDocumentRoot. getCoordinateOperationID()Returns the value of the 'Coordinate Operation ID' containment reference.IdentifierTypeDocumentRoot. getCsID()Returns the value of the 'Cs ID' containment reference.IdentifierTypeDocumentRoot. getDatumID()Returns the value of the 'Datum ID' containment reference.IdentifierTypeDocumentRoot. getEllipsoidID()Returns the value of the 'Ellipsoid ID' containment reference.IdentifierTypeDocumentRoot. getGroupID()Returns the value of the 'Group ID' containment reference.IdentifierTypeDocumentRoot. getMeridianID()Returns the value of the 'Meridian ID' containment reference.IdentifierTypeDocumentRoot. getMethodID()Returns the value of the 'Method ID' containment reference.IdentifierTypeDocumentRoot. getParameterID()Returns the value of the 'Parameter ID' containment reference.IdentifierTypeDocumentRoot. 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 voidDocumentRoot. setAxisID(IdentifierType value)Sets the value of the 'Axis ID' containment reference.voidDocumentRoot. setCoordinateOperationID(IdentifierType value)Sets the value of the 'Coordinate Operation ID' containment reference.voidDocumentRoot. setCsID(IdentifierType value)Sets the value of the 'Cs ID' containment reference.voidDocumentRoot. setDatumID(IdentifierType value)Sets the value of the 'Datum ID' containment reference.voidDocumentRoot. setEllipsoidID(IdentifierType value)Sets the value of the 'Ellipsoid ID' containment reference.voidDocumentRoot. setGroupID(IdentifierType value)Sets the value of the 'Group ID' containment reference.voidDocumentRoot. setMeridianID(IdentifierType value)Sets the value of the 'Meridian ID' containment reference.voidDocumentRoot. setMethodID(IdentifierType value)Sets the value of the 'Method ID' containment reference.voidDocumentRoot. setParameterID(IdentifierType value)Sets the value of the 'Parameter ID' containment reference.voidDocumentRoot. 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 classIdentifierTypeImplAn 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. axisIDThe cached value of the 'Axis ID' containment reference list.protected EList<IdentifierType>AbstractCoordinateOperationTypeImpl. coordinateOperationIDThe cached value of the 'Coordinate Operation ID' containment reference list.protected EList<IdentifierType>AbstractCoordinateSystemTypeImpl. csIDThe cached value of the 'Cs ID' containment reference list.protected EList<IdentifierType>AbstractDatumTypeImpl. datumIDThe cached value of the 'Datum ID' containment reference list.protected EList<IdentifierType>EllipsoidTypeImpl. ellipsoidIDThe cached value of the 'Ellipsoid ID' containment reference list.protected EList<IdentifierType>OperationParameterGroupTypeImpl. groupIDThe cached value of the 'Group ID' containment reference list.protected EList<IdentifierType>PrimeMeridianTypeImpl. meridianIDThe cached value of the 'Meridian ID' containment reference list.protected EList<IdentifierType>OperationMethodTypeImpl. methodIDThe cached value of the 'Method ID' containment reference list.protected EList<IdentifierType>OperationParameterTypeImpl. parameterIDThe cached value of the 'Parameter ID' containment reference list.protected EList<IdentifierType>AbstractReferenceSystemTypeImpl. srsIDThe cached value of the 'Srs ID' containment reference list.Methods in net.opengis.gml311.impl that return IdentifierType Modifier and Type Method Description IdentifierTypeGml311FactoryImpl. createIdentifierType()IdentifierTypeDocumentRootImpl. getAxisID()IdentifierTypeDocumentRootImpl. getCoordinateOperationID()IdentifierTypeDocumentRootImpl. getCsID()IdentifierTypeDocumentRootImpl. getDatumID()IdentifierTypeDocumentRootImpl. getEllipsoidID()IdentifierTypeDocumentRootImpl. getGroupID()IdentifierTypeDocumentRootImpl. getMeridianID()IdentifierTypeDocumentRootImpl. getMethodID()IdentifierTypeDocumentRootImpl. getParameterID()IdentifierTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetAxisID(IdentifierType newAxisID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCoordinateOperationID(IdentifierType newCoordinateOperationID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCsID(IdentifierType newCsID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDatumID(IdentifierType newDatumID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetEllipsoidID(IdentifierType newEllipsoidID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetGroupID(IdentifierType newGroupID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMeridianID(IdentifierType newMeridianID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMethodID(IdentifierType newMethodID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetParameterID(IdentifierType newParameterID, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSrsID(IdentifierType newSrsID, NotificationChain msgs)voidDocumentRootImpl. setAxisID(IdentifierType newAxisID)voidDocumentRootImpl. setCoordinateOperationID(IdentifierType newCoordinateOperationID)voidDocumentRootImpl. setCsID(IdentifierType newCsID)voidDocumentRootImpl. setDatumID(IdentifierType newDatumID)voidDocumentRootImpl. setEllipsoidID(IdentifierType newEllipsoidID)voidDocumentRootImpl. setGroupID(IdentifierType newGroupID)voidDocumentRootImpl. setMeridianID(IdentifierType newMeridianID)voidDocumentRootImpl. setMethodID(IdentifierType newMethodID)voidDocumentRootImpl. setParameterID(IdentifierType newParameterID)voidDocumentRootImpl. 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 TGml311Switch. caseIdentifierType(IdentifierType object)Returns the result of interpreting the object as an instance of 'Identifier Type'.booleanGml311Validator. validateIdentifierType(IdentifierType identifierType, DiagnosticChain diagnostics, Map<Object,Object> context)
-