Uses of Class
org.georss.georss._10.SimplePositionType

Packages that use SimplePositionType
org.georss.georss._10   
 

Uses of SimplePositionType in org.georss.georss._10
 

Fields in org.georss.georss._10 declared as SimplePositionType
protected  SimplePositionType GeoRssExtension.box
           
protected  SimplePositionType GeoRssExtension.line
           
protected  SimplePositionType GeoRssExtension.point
           
protected  SimplePositionType GeoRssExtension.polygon
           
 

Methods in org.georss.georss._10 that return SimplePositionType
 SimplePositionType ObjectFactory.createSimplePositionType()
          Create an instance of SimplePositionType
 SimplePositionType GeoRssExtension.getBox()
          See http://georss.org/ about this element.
 SimplePositionType GeoRssExtension.getLine()
          See http://georss.org/ about this element.
 SimplePositionType GeoRssExtension.getPoint()
          See http://georss.org/ about this element.
 SimplePositionType GeoRssExtension.getPolygon()
          See http://georss.org/ about this element.
 

Methods in org.georss.georss._10 that return types with arguments of type SimplePositionType
 JAXBElement<SimplePositionType> ObjectFactory.createBox(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> ObjectFactory.createLine(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> ObjectFactory.createPoint(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> ObjectFactory.createPolygon(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 

Methods in org.georss.georss._10 with parameters of type SimplePositionType
 JAXBElement<SimplePositionType> ObjectFactory.createBox(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> ObjectFactory.createLine(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> ObjectFactory.createPoint(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> ObjectFactory.createPolygon(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 void GeoRssExtension.setBox(SimplePositionType value)
          Sets the value of the box property.
 void GeoRssExtension.setLine(SimplePositionType value)
          Sets the value of the line property.
 void GeoRssExtension.setPoint(SimplePositionType value)
          Sets the value of the point property.
 void GeoRssExtension.setPolygon(SimplePositionType value)
          Sets the value of the polygon property.
 



Copyright © 2008. All Rights Reserved.