|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractCurveSegment in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractCurveSegment | |
---|---|
void |
GMLMarshaller.marshalAbstractCurveSegment(AbstractCurveSegment src,
AbstractCurveSegmentType dest)
|
Uses of AbstractCurveSegment in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractCurveSegment | |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractCurveSegment(AbstractCurveSegmentType src,
AbstractCurveSegment dest)
|
Uses of AbstractCurveSegment in org.citygml4j.factory |
---|
Methods in org.citygml4j.factory with parameters of type AbstractCurveSegment | |
---|---|
CurveSegmentArrayProperty |
GMLFactory.createCurveSegmentArrayProperty(AbstractCurveSegment... curveSegment)
|
Method parameters in org.citygml4j.factory with type arguments of type AbstractCurveSegment | |
---|---|
CurveSegmentArrayProperty |
GMLFactory.createCurveSegmentArrayProperty(java.util.List<AbstractCurveSegment> curveSegment)
|
Uses of AbstractCurveSegment in org.citygml4j.impl.gml.geometry.primitives |
---|
Classes in org.citygml4j.impl.gml.geometry.primitives that implement AbstractCurveSegment | |
---|---|
class |
AbstractCurveSegmentImpl
|
class |
LineStringSegmentImpl
|
Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type AbstractCurveSegment | |
---|---|
java.util.List<? extends AbstractCurveSegment> |
CurveSegmentArrayPropertyImpl.getCurveSegment()
|
Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type AbstractCurveSegment | |
---|---|
void |
CurveSegmentArrayPropertyImpl.addCurveSegment(AbstractCurveSegment curveSegment)
|
boolean |
CurveSegmentArrayPropertyImpl.unsetCurveSegment(AbstractCurveSegment curveSegment)
|
Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type AbstractCurveSegment | |
---|---|
void |
CurveSegmentArrayPropertyImpl.setCurveSegment(java.util.List<? extends AbstractCurveSegment> curveSegment)
|
Uses of AbstractCurveSegment in org.citygml4j.model.gml.geometry.primitives |
---|
Subinterfaces of AbstractCurveSegment in org.citygml4j.model.gml.geometry.primitives | |
---|---|
interface |
LineStringSegment
|
Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type AbstractCurveSegment | |
---|---|
java.util.List<? extends AbstractCurveSegment> |
CurveSegmentArrayProperty.getCurveSegment()
|
Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractCurveSegment | |
---|---|
void |
CurveSegmentArrayProperty.addCurveSegment(AbstractCurveSegment curveSegment)
|
boolean |
CurveSegmentArrayProperty.unsetCurveSegment(AbstractCurveSegment curveSegment)
|
Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractCurveSegment | |
---|---|
void |
CurveSegmentArrayProperty.setCurveSegment(java.util.List<? extends AbstractCurveSegment> curveSegment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |