Uses of Class
net.opengis.gml.CoordinatesType

Packages that use CoordinatesType
net.opengis.gml   
 

Uses of CoordinatesType in net.opengis.gml
 

Fields in net.opengis.gml declared as CoordinatesType
protected  CoordinatesType PointType.coordinates
           
protected  CoordinatesType LineStringType.coordinates
           
protected  CoordinatesType LinearRingType.coordinates
           
protected  CoordinatesType EnvelopeType.coordinates
           
 

Methods in net.opengis.gml that return CoordinatesType
 CoordinatesType ObjectFactory.createCoordinatesType()
          Create an instance of CoordinatesType
 CoordinatesType PointType.getCoordinates()
          Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers.
 CoordinatesType LineStringType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType LinearRingType.getCoordinates()
          Deprecated with GML version 3.1.0.
 CoordinatesType EnvelopeType.getCoordinates()
          Deprecated with GML version 3.1.0.
 

Methods in net.opengis.gml that return types with arguments of type CoordinatesType
 JAXBElement<CoordinatesType> ObjectFactory.createCoordinates(CoordinatesType value)
          Create an instance of JAXBElement<CoordinatesType>}
 

Methods in net.opengis.gml with parameters of type CoordinatesType
 JAXBElement<CoordinatesType> ObjectFactory.createCoordinates(CoordinatesType value)
          Create an instance of JAXBElement<CoordinatesType>}
 void PointType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void LineStringType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void LinearRingType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 void EnvelopeType.setCoordinates(CoordinatesType value)
          Sets the value of the coordinates property.
 



Copyright © 2008. All Rights Reserved.