Package | Description |
---|---|
buri.ddmsence |
The core package of DDMSence, which contains the abstract base classes which do not need to be directly referenced.
|
buri.ddmsence.ddms.summary.gml |
Contains the components from the "Summary" set of the DDMS specification which exist in the GML XML namespace.
|
Modifier and Type | Method and Description |
---|---|
SRSAttributes |
AbstractTspiShape.getSRSAttributes()
Accessor for the SRS Attributes.
|
Modifier and Type | Method and Description |
---|---|
SRSAttributes |
SRSAttributes.Builder.commit()
Finalizes the data gathered for this builder instance.
|
static SRSAttributes |
SRSAttributes.getNonNullInstance(SRSAttributes srsAttributes)
Returns a non-null instance of SRS attributes.
|
SRSAttributes |
Position.getSRSAttributes()
Accessor for the SRS Attributes.
|
SRSAttributes |
Polygon.getSRSAttributes()
Accessor for the SRS Attributes.
|
SRSAttributes |
Point.getSRSAttributes()
Accessor for the SRS Attributes.
|
Modifier and Type | Method and Description |
---|---|
static SRSAttributes |
SRSAttributes.getNonNullInstance(SRSAttributes srsAttributes)
Returns a non-null instance of SRS attributes.
|
Constructor and Description |
---|
Builder(SRSAttributes attributes)
Constructor which starts from an existing component.
|
Point(Position position,
SRSAttributes srsAttributes,
String id)
Constructor for creating a component from raw data
|
Polygon(List<Position> positions,
SRSAttributes srsAttributes,
String id)
Constructor for creating a component from raw data
|
Position(List<Double> coordinates,
SRSAttributes srsAttributes)
Constructor for creating a component from raw data
|
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/