Uses of Interface
net.opengis.gml.x32.CoordinateSystemPropertyType
-
Packages that use CoordinateSystemPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CoordinateSystemPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CoordinateSystemPropertyType Modifier and Type Method Description CoordinateSystemPropertyTypeCoordinateSystemDocument. addNewCoordinateSystem()Appends and returns a new empty "coordinateSystem" elementCoordinateSystemPropertyTypeDerivedCRSType. addNewCoordinateSystem()Appends and returns a new empty "coordinateSystem" elementCoordinateSystemPropertyTypeEngineeringCRSType. addNewCoordinateSystem()Appends and returns a new empty "coordinateSystem" elementCoordinateSystemPropertyTypeCoordinateSystemRefDocument. addNewCoordinateSystemRef()Appends and returns a new empty "coordinateSystemRef" elementCoordinateSystemPropertyTypeUsesCSDocument. addNewUsesCS()Appends and returns a new empty "usesCS" elementCoordinateSystemPropertyTypeCoordinateSystemDocument. getCoordinateSystem()Gets the "coordinateSystem" elementCoordinateSystemPropertyTypeDerivedCRSType. getCoordinateSystem()Gets the "coordinateSystem" elementCoordinateSystemPropertyTypeEngineeringCRSType. getCoordinateSystem()Gets the "coordinateSystem" elementCoordinateSystemPropertyTypeCoordinateSystemRefDocument. getCoordinateSystemRef()Gets the "coordinateSystemRef" elementCoordinateSystemPropertyTypeUsesCSDocument. getUsesCS()Gets the "usesCS" elementstatic CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. newInstance()static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(File file)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(InputStream is)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(Reader r)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(String xmlAsString)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(URL u)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(XMLStreamReader sr)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(Node node)static CoordinateSystemPropertyTypeCoordinateSystemPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type CoordinateSystemPropertyType Modifier and Type Method Description voidCoordinateSystemDocument. setCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)Sets the "coordinateSystem" elementvoidDerivedCRSType. setCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)Sets the "coordinateSystem" elementvoidEngineeringCRSType. setCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)Sets the "coordinateSystem" elementvoidCoordinateSystemRefDocument. setCoordinateSystemRef(CoordinateSystemPropertyType coordinateSystemRef)Sets the "coordinateSystemRef" elementvoidUsesCSDocument. setUsesCS(CoordinateSystemPropertyType usesCS)Sets the "usesCS" element -
Uses of CoordinateSystemPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CoordinateSystemPropertyType Modifier and Type Class Description classCoordinateSystemPropertyTypeImplAn XML CoordinateSystemPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CoordinateSystemPropertyType Modifier and Type Method Description CoordinateSystemPropertyTypeCoordinateSystemDocumentImpl. addNewCoordinateSystem()Appends and returns a new empty "coordinateSystem" elementCoordinateSystemPropertyTypeDerivedCRSTypeImpl. addNewCoordinateSystem()Appends and returns a new empty "coordinateSystem" elementCoordinateSystemPropertyTypeEngineeringCRSTypeImpl. addNewCoordinateSystem()Appends and returns a new empty "coordinateSystem" elementCoordinateSystemPropertyTypeCoordinateSystemRefDocumentImpl. addNewCoordinateSystemRef()Appends and returns a new empty "coordinateSystemRef" elementCoordinateSystemPropertyTypeUsesCSDocumentImpl. addNewUsesCS()Appends and returns a new empty "usesCS" elementCoordinateSystemPropertyTypeCoordinateSystemDocumentImpl. getCoordinateSystem()Gets the "coordinateSystem" elementCoordinateSystemPropertyTypeDerivedCRSTypeImpl. getCoordinateSystem()Gets the "coordinateSystem" elementCoordinateSystemPropertyTypeEngineeringCRSTypeImpl. getCoordinateSystem()Gets the "coordinateSystem" elementCoordinateSystemPropertyTypeCoordinateSystemRefDocumentImpl. getCoordinateSystemRef()Gets the "coordinateSystemRef" elementCoordinateSystemPropertyTypeUsesCSDocumentImpl. getUsesCS()Gets the "usesCS" elementMethods in net.opengis.gml.x32.impl with parameters of type CoordinateSystemPropertyType Modifier and Type Method Description voidCoordinateSystemDocumentImpl. setCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)Sets the "coordinateSystem" elementvoidDerivedCRSTypeImpl. setCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)Sets the "coordinateSystem" elementvoidEngineeringCRSTypeImpl. setCoordinateSystem(CoordinateSystemPropertyType coordinateSystem)Sets the "coordinateSystem" elementvoidCoordinateSystemRefDocumentImpl. setCoordinateSystemRef(CoordinateSystemPropertyType coordinateSystemRef)Sets the "coordinateSystemRef" elementvoidUsesCSDocumentImpl. setUsesCS(CoordinateSystemPropertyType usesCS)Sets the "usesCS" element
-