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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ProjectedCRSType
 ProjectedCRSType ObjectFactory.createProjectedCRSType()
          Create an instance of ProjectedCRSType
 ProjectedCRSType ProjectedCRSRefType.getProjectedCRS()
          Gets the value of the projectedCRS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ProjectedCRSType
 javax.xml.bind.JAXBElement<ProjectedCRSType> ObjectFactory.createProjectedCRS(ProjectedCRSType value)
          Create an instance of JAXBElement<ProjectedCRSType>}
 void ProjectedCRSRefType.setProjectedCRS(ProjectedCRSType value)
          Sets the value of the projectedCRS property.