Uses of Class
nl.b3p.csw.jaxb.gml.Segments
-
Packages that use Segments Package Description nl.b3p.csw.jaxb.gml -
-
Uses of Segments in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as Segments Modifier and Type Field Description protected SegmentsCurveType. segmentsMethods in nl.b3p.csw.jaxb.gml that return Segments Modifier and Type Method Description SegmentsObjectFactory. createSegments(CurveSegmentArrayPropertyType value)Create an instance ofSegments}SegmentsCurveType. getSegments()This element encapsulates the segments of the curve.Methods in nl.b3p.csw.jaxb.gml with parameters of type Segments Modifier and Type Method Description voidCurveType. setSegments(Segments value)Sets the value of the segments property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type Segments Constructor Description CurveType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, Segments segments)Fully-initialising value constructor
-