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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CoordinateSystemRefType
 CoordinateSystemRefType ObjectFactory.createCoordinateSystemRefType()
          Create an instance of CoordinateSystemRefType
 CoordinateSystemRefType EngineeringCRSType.getUsesCS()
          Ruft den Wert der usesCS-Eigenschaft ab.
 CoordinateSystemRefType DerivedCRSType.getUsesCS()
          Ruft den Wert der usesCS-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CoordinateSystemRefType
 javax.xml.bind.JAXBElement<CoordinateSystemRefType> ObjectFactory.createCoordinateSystemRef(CoordinateSystemRefType value)
          Create an instance of JAXBElement<CoordinateSystemRefType>}
 javax.xml.bind.JAXBElement<CoordinateSystemRefType> ObjectFactory.createUsesCS(CoordinateSystemRefType value)
          Create an instance of JAXBElement<CoordinateSystemRefType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CoordinateSystemRefType
 javax.xml.bind.JAXBElement<CoordinateSystemRefType> ObjectFactory.createCoordinateSystemRef(CoordinateSystemRefType value)
          Create an instance of JAXBElement<CoordinateSystemRefType>}
 javax.xml.bind.JAXBElement<CoordinateSystemRefType> ObjectFactory.createUsesCS(CoordinateSystemRefType value)
          Create an instance of JAXBElement<CoordinateSystemRefType>}
 void EngineeringCRSType.setUsesCS(CoordinateSystemRefType value)
          Legt den Wert der usesCS-Eigenschaft fest.
 void DerivedCRSType.setUsesCS(CoordinateSystemRefType value)
          Legt den Wert der usesCS-Eigenschaft fest.