|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractRing in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractRing | |
---|---|
void |
GMLMarshaller.marshalAbstractRing(AbstractRing src,
AbstractRingType dest)
|
Uses of AbstractRing in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractRing | |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractRing(AbstractRingType src,
AbstractRing dest)
|
Uses of AbstractRing in org.citygml4j.factory |
---|
Methods in org.citygml4j.factory with parameters of type AbstractRing | |
---|---|
Exterior |
GMLFactory.createExterior(AbstractRing abstractRing)
|
InnerBoundaryIs |
GMLFactory.createInnerBoundaryIs(AbstractRing abstractRing)
|
Interior |
GMLFactory.createInterior(AbstractRing abstractRing)
|
OuterBoundaryIs |
GMLFactory.createOuterBoundaryIs(AbstractRing abstractRing)
|
Uses of AbstractRing in org.citygml4j.impl.gml.geometry.primitives |
---|
Classes in org.citygml4j.impl.gml.geometry.primitives that implement AbstractRing | |
---|---|
class |
AbstractRingImpl
|
class |
LinearRingImpl
|
class |
RingImpl
|
Methods in org.citygml4j.impl.gml.geometry.primitives that return AbstractRing | |
---|---|
AbstractRing |
AbstractRingPropertyImpl.getRing()
|
Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type AbstractRing | |
---|---|
void |
AbstractRingPropertyImpl.setRing(AbstractRing abstractRing)
|
Uses of AbstractRing in org.citygml4j.model.gml.geometry.primitives |
---|
Subinterfaces of AbstractRing in org.citygml4j.model.gml.geometry.primitives | |
---|---|
interface |
LinearRing
|
interface |
Ring
|
Methods in org.citygml4j.model.gml.geometry.primitives that return AbstractRing | |
---|---|
AbstractRing |
AbstractRingProperty.getRing()
|
Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractRing | |
---|---|
void |
AbstractRingProperty.setRing(AbstractRing abstractRing)
|
Uses of AbstractRing in org.citygml4j.util.walker |
---|
Methods in org.citygml4j.util.walker with parameters of type AbstractRing | |
---|---|
T |
GMLFunctionWalker.apply(AbstractRing abstractRing)
|
T |
GeometryFunctionWalker.apply(AbstractRing abstractRing)
|
void |
GMLWalker.visit(AbstractRing abstractRing)
|
void |
GeometryWalker.visit(AbstractRing abstractRing)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |