com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the
packages com.luciad.format.gml2.xml
, com.luciad.format.gml31.xml
and
com.luciad.format.gml32.xml
.public interface ILcdGML3MultiGeometryProperty extendsILcdGML3AssociationAttributeGroup
gml:MultiGeometryPropertyType
type.
A property that has a geometric aggregate as its value domain can either be an appropriate
geometry element encapsulated in an element of this type or an XLink reference to a remote
geometry element (where remote includes geometry elements located elsewhere in the same
document). Either the reference or the contained element must be given, but neither both nor
none.<
(GML Specification, v3.1.0, paragraph 11.3.1.3)Modifier and Type | Method and Description |
---|---|
ILcdGML3MultiGeometry |
getMultiGeometry()
Deprecated.
Returns the multi geometry contained in this property.
|
void |
setMultiGeometry(ILcdGML3MultiGeometry aMultiGeometry)
Deprecated.
Sets the multi geometry to be contained in this property.
|
getRemoteSchema, setRemoteSchema
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle
ILcdGML3MultiGeometry getMultiGeometry()
void setMultiGeometry(ILcdGML3MultiGeometry aMultiGeometry)
aMultiGeometry
- the multi geometry to be contained in this property.