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.
 class RingType
          A Ring is used to represent a single connected component of a surface boundary.
 

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<? extends AbstractRingType> AbstractRingPropertyType.getRing()
          Obtient la valeur de la propriété ring.
 

Methods in net.opengis.gml with parameters of type AbstractRingType
 ARingElement ObjectFactory.createARingElement(AbstractRingType value)
          Create an instance of ARingElement}
 

Method parameters in net.opengis.gml with type arguments of type AbstractRingType
 void AbstractRingPropertyType.setRing(JAXBElement<? extends AbstractRingType> value)
          Définit la valeur de la propriété ring.
 

Constructors in net.opengis.gml with parameters of type AbstractRingType
ARingElement(AbstractRingType value)
           
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.