Interface ILcdGML3MultiPoint
- All Superinterfaces:
ILcdGML3AbstractGeometricAggregate
,ILcdGML3AbstractGeometry
,ILcdGML3AbstractGML
,ILcdGML3SrsInformationGroup
,ILcdGML3SrsReferenceGroup
,ILcdGML3StandardObjectProperties
Deprecated.
Interface for the
gml:MultiPointType
type.
A MultiPoint is defined by one or more Points, referenced through pointMember elements.
(GML Specification, v3.1.0, paragraph 11.3.2.1)-
Method Summary
Modifier and TypeMethodDescriptiongetPointMember
(int aIndex) Deprecated.Returns the point property at the given index.int
Deprecated.Returns the number of point properties contained in this multi point.Deprecated.Returns the point array property contained in this multi point.void
setPointMembers
(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the point properties to be contained in this multi point.void
setPointMembersArray
(ILcdGML3PointArrayProperty aPointArrayProperty) Deprecated.Sets the point array property to be contained in this multi point.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setId
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsInformationGroup
getAxisLabel, getAxisLabelCount, getUomLabel, getUomLabelCount, setAxisLabels, setUomLabels
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsReferenceGroup
getSrsDimension, getSrsName, setSrsDimension, setSrsName
Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3StandardObjectProperties
getDescription, getMetaDataProperty, getMetaDataPropertyCount, getName, getNameCount, setDescription, setMetaDataProperties, setNames
-
Method Details
-
getPointMember
Deprecated.Returns the point property at the given index.- Parameters:
aIndex
- the index of the point property to be returned.- Returns:
- the point property at the given index.
- Throws:
IndexOutOfBoundsException
- ifaIndex < 0 || aIndex >= getPointMemberCount()
-
getPointMemberCount
int getPointMemberCount()Deprecated.Returns the number of point properties contained in this multi point.- Returns:
- the number of point properties contained in this multi point.
-
getPointMembers
ILcdGML3PointArrayProperty getPointMembers()Deprecated.Returns the point array property contained in this multi point.- Returns:
- the point array property contained in this multi point.
-
setPointMembers
Deprecated.Sets the point properties to be contained in this multi point.- Parameters:
aPointProperties
- the point properties to be contained in this multi point.
-
setPointMembersArray
Deprecated.Sets the point array property to be contained in this multi point.- Parameters:
aPointArrayProperty
- the point array property to be contained in this multi point.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.