Uses of Class
net.opengis.gml.AbstractRingType

Packages that use AbstractRingType
net.opengis.gml   
 

Uses of AbstractRingType in net.opengis.gml
 

Subclasses of AbstractRingType in net.opengis.gml
 class LinearRingType
          A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.
 

Fields in net.opengis.gml with type parameters of type AbstractRingType
protected  JAXBElement<? extends AbstractRingType> AbstractRingPropertyType.ring
           
 

Methods in net.opengis.gml that return types with arguments of type AbstractRingType
 JAXBElement<AbstractRingType> ObjectFactory.createRing(AbstractRingType value)
          Create an instance of JAXBElement<AbstractRingType>}
 JAXBElement<? extends AbstractRingType> AbstractRingPropertyType.getRing()
          Gets the value of the ring property.
 

Methods in net.opengis.gml with parameters of type AbstractRingType
 JAXBElement<AbstractRingType> ObjectFactory.createRing(AbstractRingType value)
          Create an instance of JAXBElement<AbstractRingType>}
 

Method parameters in net.opengis.gml with type arguments of type AbstractRingType
 void AbstractRingPropertyType.setRing(JAXBElement<? extends AbstractRingType> value)
          Sets the value of the ring property.
 



Copyright © 2008. All Rights Reserved.