Uses of Class
org.citygml4j.jaxb.gml._3_1_1.IdentifierType

Packages that use IdentifierType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of IdentifierType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return IdentifierType
 IdentifierType ObjectFactory.createIdentifierType()
          Create an instance of IdentifierType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type IdentifierType
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createAxisID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createCoordinateOperationID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createCsID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createDatumID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createEllipsoidID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createGroupID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createMeridianID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createMethodID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createParameterID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createSrsID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 java.util.List<IdentifierType> CoordinateSystemAxisType.getAxisID()
          Set of alternative identifications of this coordinate system axis.
 java.util.List<IdentifierType> AbstractCoordinateOperationType.getCoordinateOperationID()
          Set of alternative identifications of this coordinate operation.
 java.util.List<IdentifierType> AbstractCoordinateSystemType.getCsID()
          Set of alternative identifications of this coordinate system.
 java.util.List<IdentifierType> AbstractDatumType.getDatumID()
          Set of alternative identifications of this datum.
 java.util.List<IdentifierType> EllipsoidType.getEllipsoidID()
          Set of alternative identifications of this ellipsoid.
 java.util.List<IdentifierType> OperationParameterGroupType.getGroupID()
          Set of alternative identifications of this operation parameter group.
 java.util.List<IdentifierType> PrimeMeridianType.getMeridianID()
          Set of alternative identifications of this prime meridian.
 java.util.List<IdentifierType> OperationMethodType.getMethodID()
          Set of alternative identifications of this operation method.
 java.util.List<IdentifierType> OperationParameterType.getParameterID()
          Set of alternative identifications of this operation parameter.
 java.util.List<IdentifierType> AbstractReferenceSystemType.getSrsID()
          Set of alterative identifications of this reference system.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type IdentifierType
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createAxisID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createCoordinateOperationID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createCsID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createDatumID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createEllipsoidID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createGroupID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createMeridianID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createMethodID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createParameterID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createSrsID(IdentifierType value)
          Create an instance of JAXBElement<IdentifierType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type IdentifierType
 void CoordinateSystemAxisType.setAxisID(java.util.List<IdentifierType> axisID)
          Set of alternative identifications of this coordinate system axis.
 void AbstractCoordinateOperationType.setCoordinateOperationID(java.util.List<IdentifierType> coordinateOperationID)
          Set of alternative identifications of this coordinate operation.
 void AbstractCoordinateSystemType.setCsID(java.util.List<IdentifierType> csID)
          Set of alternative identifications of this coordinate system.
 void AbstractDatumType.setDatumID(java.util.List<IdentifierType> datumID)
          Set of alternative identifications of this datum.
 void EllipsoidType.setEllipsoidID(java.util.List<IdentifierType> ellipsoidID)
          Set of alternative identifications of this ellipsoid.
 void OperationParameterGroupType.setGroupID(java.util.List<IdentifierType> groupID)
          Set of alternative identifications of this operation parameter group.
 void PrimeMeridianType.setMeridianID(java.util.List<IdentifierType> meridianID)
          Set of alternative identifications of this prime meridian.
 void OperationMethodType.setMethodID(java.util.List<IdentifierType> methodID)
          Set of alternative identifications of this operation method.
 void OperationParameterType.setParameterID(java.util.List<IdentifierType> parameterID)
          Set of alternative identifications of this operation parameter.
 void AbstractReferenceSystemType.setSrsID(java.util.List<IdentifierType> srsID)
          Set of alterative identifications of this reference system.