Uses of Class
org.citygml4j.model.gml.geometry.primitives.LinearRing

Packages that use LinearRing
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

Uses of LinearRing in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type LinearRing
 LinearRingType GMLMarshaller.marshalLinearRing(LinearRing src)
           
 

Uses of LinearRing in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return LinearRing
 LinearRing GMLUnmarshaller.unmarshalLinearRing(LinearRingType src)
           
 

Uses of LinearRing in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LinearRing
 LinearRing GMLGeometryFactory.createLinearRing(double[] coordinates, int dim)
           
 LinearRing GMLGeometryFactory.createLinearRing(java.util.List<java.lang.Double> coordinates, int dim)
           
 

Uses of LinearRing in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type LinearRing
 T GeometryFunctor.apply(LinearRing linearRing)
           
 void GeometryVisitor.visit(LinearRing linearRing)
           
 

Uses of LinearRing in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return LinearRing
 LinearRing LinearRingProperty.getLinearRing()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type LinearRing
 java.lang.Class<LinearRing> LinearRingProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type LinearRing
 void LinearRingProperty.setLinearRing(LinearRing linearRing)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type LinearRing
LinearRingProperty(LinearRing linearRing)
           
 

Uses of LinearRing in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type LinearRing
 T GMLFunctionWalker.apply(LinearRing linearRing)
           
 T GeometryFunctionWalker.apply(LinearRing linearRing)
           
 void GMLWalker.visit(LinearRing linearRing)
           
 void GeometryWalker.visit(LinearRing linearRing)