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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CoordinateReferenceSystemRefType
 CoordinateReferenceSystemRefType ObjectFactory.createCoordinateReferenceSystemRefType()
          Create an instance of CoordinateReferenceSystemRefType
 CoordinateReferenceSystemRefType AbstractGeneralDerivedCRSType.getBaseCRS()
          Ruft den Wert der baseCRS-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CoordinateReferenceSystemRefType
 javax.xml.bind.JAXBElement<CoordinateReferenceSystemRefType> ObjectFactory.createBaseCRS(CoordinateReferenceSystemRefType value)
          Create an instance of JAXBElement<CoordinateReferenceSystemRefType>}
 javax.xml.bind.JAXBElement<CoordinateReferenceSystemRefType> ObjectFactory.createCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType value)
          Create an instance of JAXBElement<CoordinateReferenceSystemRefType>}
 javax.xml.bind.JAXBElement<CoordinateReferenceSystemRefType> ObjectFactory.createIncludesCRS(CoordinateReferenceSystemRefType value)
          Create an instance of JAXBElement<CoordinateReferenceSystemRefType>}
 java.util.List<CoordinateReferenceSystemRefType> CompoundCRSType.getIncludesCRS()
          Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CoordinateReferenceSystemRefType
 javax.xml.bind.JAXBElement<CoordinateReferenceSystemRefType> ObjectFactory.createBaseCRS(CoordinateReferenceSystemRefType value)
          Create an instance of JAXBElement<CoordinateReferenceSystemRefType>}
 javax.xml.bind.JAXBElement<CoordinateReferenceSystemRefType> ObjectFactory.createCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType value)
          Create an instance of JAXBElement<CoordinateReferenceSystemRefType>}
 javax.xml.bind.JAXBElement<CoordinateReferenceSystemRefType> ObjectFactory.createIncludesCRS(CoordinateReferenceSystemRefType value)
          Create an instance of JAXBElement<CoordinateReferenceSystemRefType>}
 void AbstractGeneralDerivedCRSType.setBaseCRS(CoordinateReferenceSystemRefType value)
          Legt den Wert der baseCRS-Eigenschaft fest.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type CoordinateReferenceSystemRefType
 void CompoundCRSType.setIncludesCRS(java.util.List<CoordinateReferenceSystemRefType> includesCRS)
          Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system.