Uses of Interface
net.opengis.gml311.IdentifierType
Packages that use IdentifierType
- 
Uses of IdentifierType in net.opengis.gml311Methods 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 TypeMethodDescriptionvoidDocumentRoot.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.implClasses in net.opengis.gml311.impl that implement IdentifierTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Identifier Type'.Fields in net.opengis.gml311.impl with type parameters of type IdentifierTypeModifier and TypeFieldDescriptionprotected 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 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.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.utilMethods 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'.booleanGml311Validator.validateIdentifierType(IdentifierType identifierType, DiagnosticChain diagnostics, Map<Object, Object> context)